home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
WhosOnFirst
/
structs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-26
|
309 b
|
11 lines
struct record {
char name[10]; /* User name */
char tty[10]; /* TTY name */
char hostname[64]; /* Host Name */
int marked; /* Referenced */
id windowPointer; /* Pointer to window */
float x,y; /* x,y position of icon (screen coords) */
struct record *next; /* Pointer to next record in list */
};